Update vecs & testo for Quovadis from Bruce Thompson.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 30 Jun 2003 18:29:39 +0000 (18:29 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 30 Jun 2003 18:29:39 +0000 (18:29 +0000)
gpsbabel/testo
gpsbabel/vecs.c

index d0478b728d611af052e71355012616f4e85b271d..3c2844978bb8364c44620de47f281129b5edd66f 100755 (executable)
@@ -172,6 +172,15 @@ ${PNAME} -i cetus -f reference/cetus.pdb -o gpsutil -F ${TMPDIR}/cetust.gpu
 compare ${TMPDIR}/cetust.gpu ${TMPDIR}/cetus.gpu
 compare reference/cetus.gpu ${TMPDIR}/cetus.gpu
 
+# QuoVadis GPS for PalmOS
+# This test is derived from the Cetus test above.
+rm -f ${TMPDIR}/quovadis.pdb ${TMPDIR}/quovadis.gpu ${TMPDIR}/quovadist.gpu
+${PNAME} -i geo -f geocaching.loc -o quovadis -F ${TMPDIR}/quovadis.pdb
+${PNAME} -i quovadis -f ${TMPDIR}/quovadis.pdb -o gpsutil -F ${TMPDIR}/quovadis.gpu
+${PNAME} -i quovadis -f reference/quovadis.pdb -o gpsutil -F ${TMPDIR}/quovadist.gpu
+compare ${TMPDIR}/quovadist.gpu ${TMPDIR}/quovadis.gpu
+compare reference/quovadis.gpu ${TMPDIR}/quovadis.gpu
+
 # GpsDrive
 rm -f ${TMPDIR}/gpsdrive.txt
 ${PNAME} -i geo -f geocaching.loc -o gpsdrive -F ${TMPDIR}/gpsdrive.txt
index a7c4c089abe333a25cb8b7a48dcaeebae7e2dbaf..4f5fce710188fb1666b56b31b8c7c697c5806a0e 100644 (file)
@@ -50,6 +50,7 @@ extern ff_vecs_t magnav_vec;
 extern ff_vecs_t tmpro_vecs;
 extern ff_vecs_t gcdb_vecs;
 extern ff_vecs_t easygps_vecs;
+extern ff_vecs_t quovadis_vecs;
 
 static
 vecs_t vec_list[] = {
@@ -174,6 +175,12 @@ vecs_t vec_list[] = {
                "EasyGPS",
                NULL
        },
+       {
+               &quovadis_vecs,
+               "quovadis",
+               "Quovadis",
+               NULL
+       },
        {
                NULL,
                NULL,